You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.FirInitReal Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.FirInitReal Method

Filter data with a FIR filter.

Syntax
C#
Visual Basic
public static void FirInitReal([In] TVec FirTaps, ref TFirState FIRState, int UpSample, int UpDelay, int DownSample, int DownDelay);

Uses comparatively 3x less memory from FirInit, but the function supports the initialization of FIR filter only when the taps and the signal are real (not complex).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!